CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 编译原理 报告

搜索资源列表

  1. bianyiyuanl000

    0下载:
  2. 编译原理语法&词法分析器(附带实验报告)希望对大家有用
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:150939
    • 提供者:xiongzhongquan
  1. 一个c语言词法分析例子

    0下载:
  2. C语言词法分析示例 用于指导编译原理实验报告的编写-C language lexical analysis compiled examples guiding principles for the preparation of the report experiments
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:3143
    • 提供者:飞飞
  1. qweq

    0下载:
  2. 这个是编译原理的词法分析的实验报告!很不错,希望大家支持!-this principle is to compile the lexical analysis of the experimental report! Quite well, and hope that we support!
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:16419
    • 提供者:超杰
  1. 简易语法分析程序

    0下载:
  2. 编译原理课程的试验中的语法分析部分,程序比较长,附带报告-compiler theory courses in grammar test analysis, long procedures, fringe report
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:197900
    • 提供者:开心果
  1. csouce

    0下载:
  2. 这是一个vc++环境下运行的编译原理的词法分析源程序,可以在vc++环境下直接运行,其中有运行的截图,学校要求做实验报告,给和我一样要交报告的人。-This is a vc environment compiler running under the principle source of lexical analysis, the vc direct operating environment, which is running the screenshots, the school aske
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:286714
    • 提供者:张信龙
  1. WSBOOKC

    0下载:
  2. winsock编程声明:最近一直有人要用我的这个实验报告,并为此多次给我发邮件。我不反对你们使用这个报告。但是,有几个问题请注意一下: 1、这个报告的代码不完全。只有进行语法分析和词法分析的两个函数,没有使程序完整起来的主函数。 2、我在写这些代码的时候看错了语法分析的语法规则,导致某些符合语法规则的源文件无法被正确分析。这个问题我在报告的最后面有描述。 3、代码的编译:我不保证实验报告中的代码可以在TurboC2.0下编译通过。Visual C++下也不保证。代码的语法规则是符合C99标准,而
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:177639
    • 提供者:名台
  1. 编译原理—词法分析和语法分析 实验报告

    2下载:
  2. 词法分析,LL1语法分析,语义分析,中间代码生成,中间代码优化(常表达式优化,公共表达式优化,循环不变式优化),中间代码生成目标代码,目标代码-lexical analysis, LL1 syntax analysis, semantic analysis and code generation and code optimization (regular expression optimization, public expression optimization, optimization
  3. 所属分类:编译器/词法分析

    • 发布日期:2008-10-13
    • 文件大小:52082
    • 提供者:张学友
  1. ningzhiyan

    0下载:
  2. 次代码是编译原理中的简单的扫描器设计 主要是针对在校大学生在编译原理实验中 对简单的扫描器设计实验有困难的同学, 其中还含有比较规范的实验报告,值得借鉴-time code is compiled principle of a simple scanner design is aimed primarily at college students compiled principle experiment to design a simple experiment scanners needy
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:44371
    • 提供者:宁志言
  1. While

    0下载:
  2. 是一个编译原理的课程设计,有具体的说明,是实验报告,做得比较好,是用LR法的循环语句翻译-compiler is a principle of curriculum design, a specific note, the report is an experiment, done in a better way, is to use the LR Act loop is the translation
  3. 所属分类:WEB源码

    • 发布日期:2008-10-13
    • 文件大小:13441
    • 提供者:冷清雪
  1. 语法分析之左递归实验

    0下载:
  2. 此为编译原理实验报告 学习消除文法左递规算法,了解消除文法左递规在语法分析中的作用 内含 设计算法 目的 源码 等等.... 算法:消除左递归算法为: (1)把文法G的所有非终结符按任一种顺序排列成P1,P2,…Pn 按此顺序执行 (2)FOR i:=1 TO n DO BEGIN FOR j:=1 DO 把形如Pi→Pjγ的规则改写成 Pi→δ1γ δ2γ … δkγ。其中Pj→δ1 δ2 … δk是关于Pj的所有规则; 消除关于Pi规则的直接左递归性 END (3)化简由(2)所得的文法。即
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:44142
    • 提供者:何浩
  1. 编译原理课设报告

    0下载:
  2. aa
  3. 所属分类:文档资料

  1. 编译原理课程设计报告

    0下载:
  2. 所属分类:其它资源

  1. PL0.rar

    0下载:
  2. 编译原理的课程设计,含报告地方还行,是C语言的,Compiler Construction Principles of curriculum design, including the report of local firms also is a C language
  3. 所属分类:Compiler program

    • 发布日期:2017-04-10
    • 文件大小:78926
    • 提供者:wu
  1. first.rar

    0下载:
  2. First集合的码源,完全正确,要过编译原理实验的来下,代码老师给的,这个是实验报告,GOOD
  3. 所属分类:Compiler program

    • 发布日期:2017-03-26
    • 文件大小:153365
    • 提供者:sdfg
  1. 词法分析器

    1下载:
  2. 编译原理课程设计报告——词法分析器.对C语言的一个子集设计并实现一个简单的词法分析器,掌握利用状态转换图设计词法分析器的基本方法。
  3. 所属分类:编译器/词法分析

    • 发布日期:2012-09-17
    • 文件大小:192000
    • 提供者:qinzej@126.com
  1. ex3

    0下载:
  2. 编译原理实验三 LR分析法的实现 附加实验报告-Compiler theory analysis experimental realization of the three LR additional lab report
  3. 所属分类:Compiler program

    • 发布日期:2017-05-01
    • 文件大小:602422
    • 提供者:
  1. ex2

    0下载:
  2. 编译原理实验二 递归向下语法分析 附加实验报告。-Descending down the second experiment compiler theory parsing additional test report.
  3. 所属分类:Compiler program

    • 发布日期:2017-04-08
    • 文件大小:161201
    • 提供者:
  1. byylsybg2

    0下载:
  2. 关于语法分析的编译原理实验报告,可以学习一下-Syntax analysis on the experiment report compiler, you can learn about
  3. 所属分类:Compiler program

    • 发布日期:2017-04-16
    • 文件大小:140597
    • 提供者:847351058
  1. Compiler

    1下载:
  2. 使用LEX和yacc实现的C—语言的词法分析器和语法分析器,采用的是LALR算法,完整的编译原理实验报告-LEX and yacc use to achieve the C-language lexical analyzer and parser, LALR uses algorithms to compile a complete report of principle experiment
  3. 所属分类:Compiler program

    • 发布日期:2017-03-29
    • 文件大小:68607
    • 提供者:童华兵
  1. analysis-and-code-generation-of-Tiny

    0下载:
  2. 编译原理实验,编译TINY及其词法分析、语法分析、语义分析、代码生成,其中包含实验报告分析、代码和结果。-Compiler theory test, compile TINY and lexical analysis, syntax analysis, semantic analysis, code generation, which includes analysis of test reports, code and results.
  3. 所属分类:Compiler program

    • 发布日期:2017-03-30
    • 文件大小:316200
    • 提供者:Panda
« 1 2 3 4 5 6 78 9 10 11 12 13 »
搜珍网 www.dssz.com